home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / cnfusmat.igb < prev    next >
Text File  |  1993-08-23  |  1KB  |  53 lines

  1. inst4.1     !Aug 31, 1992
  2. !
  3. ! Confusion matrices on Output layer
  4. !
  5. #Incl    "outlyset.iif"        !Set things up for output layer
  6. =n3    9            !Allow at most 9 Conf. Matrices
  7. =n1    0            !Initialize counter
  8. =n2    n4            !Determine upper limit
  9. ?n2    n3            !Greater than limit?
  10. >ble    CnfMLp
  11. =n2    n3            !Apply the limit
  12.  
  13. :CnfMLp
  14. +n1    1
  15. ?n1    n2
  16. >bgt    EndCnfM
  17. =PNam    "_pe_"            !prefix
  18. +PNam    n1            !sequential numbering
  19. @PbAS                !Add Probe
  20. @PbDC                !Delete all components just in case
  21. @NrPE                !Point to target PE
  22. @PAPE                !Add target PE to probe
  23. +NPEn    1
  24.  
  25. !    *** Build Instrument ***
  26.  
  27. @ILdD                !load default instrument
  28. =ITit    "Conf. Matrix "
  29. +ITit    n1
  30. =IGTy    "ConfM"
  31. =IGVr    "Out"
  32. =ITTy    "RMS"            !RMS Transformation Type
  33. =ITMd    0            !No transformation
  34. =IEpc    1            !Force epoch
  35. =Ihgt    90            !height of graph
  36. =Iwdt    90            !Width of graph
  37. =Ignx    9            !Num horiz bins
  38. =Inpl    81            !Total Num Bins
  39. =ILnA    1            !Active in learn
  40. =IRcA    1            !Active in recall
  41. =ICAc    0            !No Convergence criterion
  42. =ICTh    0.0            !Convergence Threshold
  43. =ILDv    5            !Every 5 Epochs
  44. =Ivmn    f0
  45. =Ivmx    f1
  46. =IPrb    PNam            !Point to probe
  47. !Let NeuralWorks figure out where to put instrument
  48. =x    0
  49. =y    0
  50. @IAdd                !Now create instrument
  51. >br    CnfMLp            !Go to next PE
  52. :EndCnfM
  53.